gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h
authorMichael Natterer <mitch@imendio.com>
Fri, 20 Jun 2008 14:17:00 +0000 (14:17 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 20 Jun 2008 14:17:00 +0000 (14:17 +0000)
2008-06-20  Michael Natterer  <mitch@imendio.com>

* gtk/gtkaccellabel.h
* gtk/gtkactiongroup.h
* gtk/gtkalignment.h
* gtk/gtkarrow.h
* gtk/gtkaspectframe.h
* gtk/gtkbin.h
* gtk/gtkhandlebox.h
* gtk/gtkprogressbar.h
* gtk/gtkrange.h
* gtk/gtkscale.h
* gtk/gtkscalebutton.h
* gtk/gtkselection.h: fix some formatting and spacing uglyness
that got merged from the GSEAL branch.

svn path=/trunk/; revision=20643

13 files changed:
ChangeLog
gtk/gtkaccellabel.h
gtk/gtkactiongroup.h
gtk/gtkalignment.h
gtk/gtkarrow.h
gtk/gtkaspectframe.h
gtk/gtkbin.h
gtk/gtkhandlebox.h
gtk/gtkprogressbar.h
gtk/gtkrange.h
gtk/gtkscale.h
gtk/gtkscalebutton.h
gtk/gtkselection.h

index 71dfedd91802bfc692538cddef3376c22c4e6028..023a8d9e8adf9063cc47239534ed991b3d30ce71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-06-20  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkaccellabel.h
+       * gtk/gtkactiongroup.h
+       * gtk/gtkalignment.h
+       * gtk/gtkarrow.h
+       * gtk/gtkaspectframe.h
+       * gtk/gtkbin.h
+       * gtk/gtkhandlebox.h
+       * gtk/gtkprogressbar.h
+       * gtk/gtkrange.h
+       * gtk/gtkscale.h
+       * gtk/gtkscalebutton.h
+       * gtk/gtkselection.h: fix some formatting and spacing uglyness
+       that got merged from the GSEAL branch.
+
 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/gtk.symbols:
index a16c9b06125a6963520b2d192406e93b3c2eb298..8703f52875efa495bcad0bed208f372d185dd08a 100644 (file)
@@ -55,13 +55,13 @@ struct _GtkAccelLabel
 {
   GtkLabel label;
 
-  guint                 GSEAL (gtk_reserved);
-  guint                 GSEAL (accel_padding);      /* should be style property? */
-  GtkWidget    *GSEAL (accel_widget);       /* done*/
-  GClosure     *GSEAL (accel_closure);      /* has set function */
-  GtkAccelGroup        *GSEAL (accel_group);        /* set by set_accel_closure() */
-  gchar                *GSEAL (accel_string);       /* has set function */
-  guint16       GSEAL (accel_string_width); /* seems to be private */
+  guint          GSEAL (gtk_reserved);
+  guint          GSEAL (accel_padding);      /* should be style property? */
+  GtkWidget     *GSEAL (accel_widget);       /* done*/
+  GClosure      *GSEAL (accel_closure);      /* has set function */
+  GtkAccelGroup *GSEAL (accel_group);        /* set by set_accel_closure() */
+  gchar         *GSEAL (accel_string);       /* has set function */
+  guint16        GSEAL (accel_string_width); /* seems to be private */
 };
 
 struct _GtkAccelLabelClass
index 438c8fc342a319c9950a50066a8752abbf37a8a2..1d8b388b1f08885a16990e4a352b3137afaba65f 100644 (file)
@@ -60,7 +60,7 @@ struct _GtkActionGroup
 
   /*< private >*/
 
-  GtkActionGroupPrivate *GSEAL(private_data);
+  GtkActionGroupPrivate *GSEAL (private_data);
 };
 
 struct _GtkActionGroupClass
index 0c34b4ca95e5c1e47b909f0f9fede97fbcd30e96..f37359334a59b31e40569e2f5a4832255eae34c1 100644 (file)
@@ -54,10 +54,10 @@ struct _GtkAlignment
 {
   GtkBin bin;
 
-  gfloat GSEAL(xalign);
-  gfloat GSEAL(yalign);
-  gfloat GSEAL(xscale);
-  gfloat GSEAL(yscale);
+  gfloat GSEAL (xalign);
+  gfloat GSEAL (yalign);
+  gfloat GSEAL (xscale);
+  gfloat GSEAL (yscale);
 };
 
 struct _GtkAlignmentClass
index 08fca7175db0a19bf52da5ee42c8c8b63d6ba62a..fc5b8381c8ea369ebc8685bfd5e0f01f92a61488 100644 (file)
@@ -54,8 +54,8 @@ struct _GtkArrow
 {
   GtkMisc misc;
 
-  gint16 GSEAL(arrow_type);
-  gint16 GSEAL(shadow_type);
+  gint16 GSEAL (arrow_type);
+  gint16 GSEAL (shadow_type);
 };
 
 struct _GtkArrowClass
index 3f8475273a91c0238929466b57cfcf8e10022515..668c38400835041d27ed79d2242540e3c3dd1598 100644 (file)
@@ -52,10 +52,10 @@ struct _GtkAspectFrame
 {
   GtkFrame frame;
 
-  gfloat GSEAL(xalign);
-  gfloat GSEAL(yalign);
-  gfloat GSEAL(ratio);
-  gboolean GSEAL(obey_child);
+  gfloat   GSEAL (xalign);
+  gfloat   GSEAL (yalign);
+  gfloat   GSEAL (ratio);
+  gboolean GSEAL (obey_child);
 
   GtkAllocation GSEAL (center_allocation);
 };
index 430efd69cf7684cf43e22e27baf593fe4899fc36..6dd8c53e27e6b968a223205f185e16003ee93c38 100644 (file)
@@ -53,7 +53,7 @@ struct _GtkBin
 {
   GtkContainer container;
 
-  GtkWidget * GSEAL(child);
+  GtkWidget *GSEAL (child);
 };
 
 struct _GtkBinClass
index b73bdd3968d675f5eba80356377d8b2920a5fad8..9ee0fccfd699a4f5b7b86abdcf39a2f041f4afe2 100644 (file)
@@ -61,21 +61,21 @@ struct _GtkHandleBox
   GdkWindow      *GSEAL (bin_window);  /* parent window for children */
   GdkWindow      *GSEAL (float_window);
   GtkShadowType   GSEAL (shadow_type);
-  guint                  GSEAL (handle_position) : 2;
-  guint                  GSEAL (float_window_mapped) : 1;
-  guint                  GSEAL (child_detached) : 1;
-  guint                  GSEAL (in_drag) : 1;
-  guint                  GSEAL (shrink_on_detach) : 1;
+  guint           GSEAL (handle_position) : 2;
+  guint           GSEAL (float_window_mapped) : 1;
+  guint           GSEAL (child_detached) : 1;
+  guint           GSEAL (in_drag) : 1;
+  guint           GSEAL (shrink_on_detach) : 1;
 
   signed int      GSEAL (snap_edge : 3); /* -1 == unset */
 
   /* Variables used during a drag
    */
-  gint GSEAL (deskoff_x);   /* Offset between root relative coordinates */
-  gint GSEAL (deskoff_y);   /* and deskrelative coordinates             */
+  gint            GSEAL (deskoff_x); /* Offset between root relative coords */
+  gint            GSEAL (deskoff_y); /* and deskrelative coords             */
 
-  GtkAllocation GSEAL (attach_allocation);
-  GtkAllocation GSEAL (float_allocation);
+  GtkAllocation   GSEAL (attach_allocation);
+  GtkAllocation   GSEAL (float_allocation);
 };
 
 struct _GtkHandleBoxClass
index f4a5aeda40095575ed76439c30d955deca3f4c1b..a62b584ae9c5e1ef56a894993ac10badb0c597b0 100644 (file)
@@ -67,18 +67,18 @@ struct _GtkProgressBar
 {
   GtkProgress progress;
 
-  GtkProgressBarStyle GSEAL(bar_style);
-  GtkProgressBarOrientation GSEAL(orientation);
+  GtkProgressBarStyle       GSEAL (bar_style);
+  GtkProgressBarOrientation GSEAL (orientation);
 
-  guint GSEAL(blocks);
-  gint  GSEAL(in_block);
+  guint GSEAL (blocks);
+  gint  GSEAL (in_block);
 
-  gint  GSEAL(activity_pos);
-  guint GSEAL(activity_step);
-  guint GSEAL(activity_blocks);
+  gint  GSEAL (activity_pos);
+  guint GSEAL (activity_step);
+  guint GSEAL (activity_blocks);
+
+  gdouble GSEAL (pulse_fraction);
 
-  gdouble GSEAL(pulse_fraction);
-  
   guint GSEAL (activity_dir) : 1;
   guint GSEAL (ellipsize) : 3;
   guint GSEAL (dirty) : 1;
index b3c497d4c3b76bfcf7315a781b54ce8abe20bc73..5efa7547ab14aeafa126627e92a94199c0a0fcbc 100644 (file)
@@ -86,7 +86,8 @@ struct _GtkRange
   /* Area of entire stepper + trough assembly in widget->window coords */
   GdkRectangle GSEAL (range_rect);
   /* Slider range along the long dimension, in widget->window coords */
-  gint GSEAL (slider_start), GSEAL (slider_end);
+  gint GSEAL (slider_start);
+  gint GSEAL (slider_end);
 
   /* Round off value to this many digits, -1 for no rounding */
   gint GSEAL (round_digits);
index b83b699e1836a6a4852a48141fb962eb4e458ee9..3addba6eaf69b27b4a48f4b3b2521baa26737f53 100644 (file)
@@ -53,7 +53,7 @@ struct _GtkScale
 {
   GtkRange range;
 
-  gint GSEAL(digits);
+  gint  GSEAL (digits);
   guint GSEAL (draw_value) : 1;
   guint GSEAL (value_pos) : 2;
 };
index f08dfb98f9b0d91aaa788722ba433c2ee1fc8f7d..7384db05c2c09fbfe4873d477286912a0a64c142 100644 (file)
@@ -59,8 +59,8 @@ struct _GtkScaleButton
 {
   GtkButton parent;
 
-  GtkWidget *GSEAL(plus_button);
-  GtkWidget *GSEAL(minus_button);
+  GtkWidget *GSEAL (plus_button);
+  GtkWidget *GSEAL (minus_button);
 
   /*< private >*/
   GtkScaleButtonPrivate *GSEAL (priv);
index def53087778d99de816e43937116499982895916..45219fdd472ef24573b5ba6ac4927d3f34d52c78 100644 (file)
@@ -58,12 +58,12 @@ typedef struct _GtkTargetEntry   GtkTargetEntry;
 
 struct _GtkSelectionData
 {
-  GdkAtom      GSEAL (selection);
-  GdkAtom      GSEAL (target);
-  GdkAtom      GSEAL (type);
-  gint         GSEAL (format);
+  GdkAtom       GSEAL (selection);
+  GdkAtom       GSEAL (target);
+  GdkAtom       GSEAL (type);
+  gint          GSEAL (format);
   guchar       *GSEAL (data);
-  gint         GSEAL (length);
+  gint          GSEAL (length);
   GdkDisplay   *GSEAL (display);
 };